home *** CD-ROM | disk | FTP | other *** search
- rem * This batch file will copy the ICW DLL files into
- rem * the C:\WINDOWS\SYSTEM folder.
- rem *
- rem * This should ONLY be done if it has been determined
- rem * that these files are missing, and that the version
- rem * of Internet Connection Wizard that is installed
- rem * matches the version on the CD.
- rem *
- rem * WARNING: Incorrect use of this file may impair
- rem * the functionality of the Internet Connection Wizard!
-
- copy isign32.dll c:\windows\system
- copy icwdial.dll c:\windows\system
- copy ICWPHBK.dll c:\windows\system
-
-